import Dashboard from "@/ui/Dashboard/page-ui";

export default function DashboardPage() {
  return <Dashboard />;
}
